home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / afxvbx.zip / AFXVBX.DEF < prev    next >
Text File  |  1993-05-25  |  881b  |  32 lines

  1.  
  2. ; This is a part of the Microsoft Foundation Classes C++ library.
  3. ; Copyright (C) 1992 Microsoft Corporation
  4. ; All rights reserved.
  5. ;
  6. ; This source code is only intended as a supplement to the
  7. ; Microsoft Foundation Classes Reference and Microsoft
  8. ; QuickHelp and/or WinHelp documentation provided with the library.
  9. ; See these sources for detailed information regarding the
  10. ; Microsoft Foundation Classes product.
  11.  
  12. LIBRARY AFXVBX
  13. DESCRIPTION  'AFXVBX DLL containing 2 different doc/view classes' 
  14. EXETYPE      WINDOWS
  15.  
  16. CODE         PRELOAD MOVEABLE DISCARDABLE
  17. DATA         PRELOAD MOVEABLE SINGLE
  18.  
  19. SEGMENTS
  20.     _TEXT   PRELOAD MOVEABLE DISCARDABLE
  21.     WEP_TEXT PRELOAD MOVEABLE DISCARDABLE
  22.  
  23. HEAPSIZE     1024
  24.  
  25. EXPORTS
  26.     WEP @1 RESIDENTNAME PRIVATE ;; required WEP entry point (uses library WEP)
  27.  
  28.     ; other explicit exports can go here
  29.  
  30.     ;
  31.  
  32.